Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution default-repository-config--configuration

This contribution is part of XML component default-repository-config inside nuxeo-runtime-7.10-HF06.jar /opt/tmp/tmp-explorer/nuxeo-cap-7.10-tomcat/nxserver/config/default-repository-config.xml

Extension Point

Extension point configuration of component BlobManager.

Contributed Items

  • <blobprovider name="default">
          <class>org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager</class>
          <property name="path"/>
          <property name="key"/>
        </blobprovider>

XML Source

<extension point="configuration" target="org.nuxeo.ecm.core.blob.BlobManager">
    <blobprovider name="default">
      <class>org.nuxeo.ecm.core.blob.binary.DefaultBinaryManager</class>
      <property name="path"/>
      <property name="key"/>
    </blobprovider>
  </extension>